object PickBday: TPickBday Left = 91 Top = 87 BorderStyle = bsDialog Caption = 'Pick Birthday' ClientHeight = 194 ClientWidth = 436 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 16 object Label1: TLabel Left = 0 Top = 8 Width = 425 Height = 27 Alignment = taCenter Caption = 'Which Birthday?' Font.Color = clBlue Font.Height = -24 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object BitBtn1: TBitBtn Left = 8 Top = 40 Width = 57 Height = 41 Caption = 'Birth' Font.Color = clBlue Font.Height = -19 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 0 OnClick = BitBtn1Click end object BitBtn2: TBitBtn Left = 72 Top = 40 Width = 57 Height = 41 Caption = '1st' Font.Color = clBlue Font.Height = -19 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnClick = BitBtn2Click end object BitBtn3: TBitBtn Left = 136 Top = 40 Width = 57 Height = 41 Caption = '2nd' Font.Color = clBlue Font.Height = -19 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 2 OnClick = BitBtn3Click end object BitBtn4: TBitBtn Left = 200 Top = 40 Width = 57 Height = 41 Caption = '3rd' Font.Color = clBlue Font.Height = -19 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 3 OnClick = BitBtn4Click end object BitBtn5: TBitBtn Left = 264 Top = 40 Width = 57 Height = 41 Caption = '4th' Font.Color = clBlue Font.Height = -19 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 4 OnClick = BitBtn5Click end object BitBtn6: TBitBtn Left = 328 Top = 40 Width = 57 Height = 41 Caption = '5th' Font.Color = clBlue Font.Height = -19 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 5 OnClick = BitBtn6Click end object BitBtn12: TBitBtn Left = 328 Top = 88 Width = 57 Height = 41 Caption = '11th' Font.Color = clBlue Font.Height = -19 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 6 OnClick = BitBtn12Click end object BitBtn11: TBitBtn Left = 264 Top = 88 Width = 57 Height = 41 Caption = '10th' Font.Color = clBlue Font.Height = -19 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 7 OnClick = BitBtn11Click end object BitBtn10: TBitBtn Left = 200 Top = 88 Width = 57 Height = 41 Caption = '9th' Font.Color = clBlue Font.Height = -19 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 8 OnClick = BitBtn10Click end object BitBtn9: TBitBtn Left = 136 Top = 88 Width = 57 Height = 41 Caption = '8th' Font.Color = clBlue Font.Height = -19 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 9 OnClick = BitBtn9Click end object BitBtn8: TBitBtn Left = 72 Top = 88 Width = 57 Height = 41 Caption = '7th' Font.Color = clBlue Font.Height = -19 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 10 OnClick = BitBtn8Click end object BitBtn7: TBitBtn Left = 8 Top = 88 Width = 57 Height = 41 Caption = '6th' Font.Color = clBlue Font.Height = -19 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 11 OnClick = BitBtn7Click end object BitBtn13: TBitBtn Left = 8 Top = 136 Width = 57 Height = 41 Caption = '12th' Font.Color = clBlue Font.Height = -19 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 12 OnClick = BitBtn13Click end object BitBtn14: TBitBtn Left = 72 Top = 136 Width = 57 Height = 41 Caption = '13th' Font.Color = clBlue Font.Height = -19 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 13 OnClick = BitBtn14Click end object BitBtn15: TBitBtn Left = 136 Top = 136 Width = 57 Height = 41 Caption = '14th' Font.Color = clBlue Font.Height = -19 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 14 OnClick = BitBtn15Click end object BitBtn16: TBitBtn Left = 200 Top = 136 Width = 57 Height = 41 Caption = '15th' Font.Color = clBlue Font.Height = -19 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 15 OnClick = BitBtn16Click end object BitBtn17: TBitBtn Left = 264 Top = 136 Width = 57 Height = 41 Caption = '16th' Font.Color = clBlue Font.Height = -19 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 16 OnClick = BitBtn17Click end object CancelBtn: TBitBtn Left = 336 Top = 146 Width = 93 Height = 31 Font.Color = clRed Font.Height = -19 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 17 OnClick = CancelBtnClick Kind = bkCancel Margin = 2 Spacing = -1 end end